home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
dev
/
e
/
amigae33a.lha
/
E_v3.3a
/
Src.lha
/
Src
/
Tools
/
Arexx
/
arexxtest.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1992-09-02
|
147b
|
15 lines
/* rx module test */
address AREXXTESTPORT
OPTIONS RESULTS
say 'testing....'
'bla'
say 'result='result
'quit'
say 'result='result
say 'done.'